public static final BlockRegistryObject PLATFORM_NUMBER_SIDE_BEE_YELLOW = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "sign/generated/platform_number_side/bee_yellow/bee_yellow_platform_number_side"), () -> new Block(new PlatformNumber()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject PLATFORM_NUMBER_SIDE_BLACK = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "sign/generated/platform_number_side/black/black_platform_number_side"), () -> new Block(new PlatformNumber()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject PLATFORM_NUMBER_SIDE_BLUE = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "sign/generated/platform_number_side/blue/blue_platform_number_side"), () -> new Block(new PlatformNumber()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject PLATFORM_NUMBER_SIDE_DARK_BLUE = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "sign/generated/platform_number_side/dark_blue/dark_blue_platform_number_side"), () -> new Block(new PlatformNumber()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject PLATFORM_NUMBER_SIDE_DARK_GRAY = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "sign/generated/platform_number_side/dark_gray/dark_gray_platform_number_side"), () -> new Block(new PlatformNumber()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject PLATFORM_NUMBER_SIDE_DARK_GREEN = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "sign/generated/platform_number_side/dark_green/dark_green_platform_number_side"), () -> new Block(new PlatformNumber()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject PLATFORM_NUMBER_SIDE_GRAY = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "sign/generated/platform_number_side/gray/gray_platform_number_side"), () -> new Block(new PlatformNumber()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject PLATFORM_NUMBER_SIDE_GREEN = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "sign/generated/platform_number_side/green/green_platform_number_side"), () -> new Block(new PlatformNumber()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject PLATFORM_NUMBER_SIDE_LIGHT_BLUE = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "sign/generated/platform_number_side/light_blue/light_blue_platform_number_side"), () -> new Block(new PlatformNumber()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject PLATFORM_NUMBER_SIDE_ORANGE = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "sign/generated/platform_number_side/orange/orange_platform_number_side"), () -> new Block(new PlatformNumber()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject PLATFORM_NUMBER_SIDE_PINK = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "sign/generated/platform_number_side/pink/pink_platform_number_side"), () -> new Block(new PlatformNumber()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject PLATFORM_NUMBER_SIDE_PURPLE = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "sign/generated/platform_number_side/purple/purple_platform_number_side"), () -> new Block(new PlatformNumber()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject PLATFORM_NUMBER_SIDE_RED = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "sign/generated/platform_number_side/red/red_platform_number_side"), () -> new Block(new PlatformNumber()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject PLATFORM_NUMBER_SIDE_ROYAL_RED = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "sign/generated/platform_number_side/royal_red/royal_red_platform_number_side"), () -> new Block(new PlatformNumber()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject PLATFORM_NUMBER_SIDE_RUSTY = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "sign/generated/platform_number_side/rusty/rusty_platform_number_side"), () -> new Block(new PlatformNumber()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject PLATFORM_NUMBER_SIDE_STEEL = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "sign/generated/platform_number_side/steel/steel_platform_number_side"), () -> new Block(new PlatformNumber()), CreativeTabInit.JTA_SIGNS);
public static final BlockRegistryObject PLATFORM_NUMBER_SIDE_YELLOW = Init.REGISTRY.registerBlockWithBlockItem(new Identifier(Init.MOD_ID, "sign/generated/platform_number_side/yellow/yellow_platform_number_side"), () -> new Block(new PlatformNumber()), CreativeTabInit.JTA_SIGNS);